*{
    margin: 0;
}
body{
  background: black;
  /* font-family:bauhaus 93 regular; */
  font-family: "Roboto", serif;  /* font-family:Quicksand; */
  color:white;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Righteous&display=swap');

a{
  text-decoration: none;
  cursor: pointer;
}                                                     
a:hover,p{
  color: white;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Righteous", serif;
font-weight: 400;
font-style: normal;
}
p{
      font-family: "Roboto", serif;
      font-weight: 400;
      font-style: normal;
  /* font-family: Arial, Helvetica, sans-serif; */
}
.load-body{
  position:fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background:#000;
  z-index: 2000;    

}
.loader-inner{
  margin-top: calc(100vh / 6);
}
.name{
  text-align: center;
  position: absolute;
  width: 100%;
 margin-top: 15em;
}


.logo-back{
  background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  height: 25em;
  width: 100%;

}

.image{
  margin-left: 21px;
}

.circle{
  margin-top: 30px;
  text-align: center;
  justify-content: center;
  height: auto;
}
.box{
  display: flex;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
}
.c-1{
  margin-right: 7px;
}
/* .c-2,.c-1 {
   position: relative;
   margin-top: 30px;
   background: rgb(41, 41, 41);
background:rgb(247, 221, 78);
height: 40px;
width: 40px;
border-radius: 100%;
}
.c-2::after,.c-1::after{
content: "";
position: absolute;
left: 0;
top: 0;
width:30px ;
height:30px;
border:15px solid  rgb(247, 221, 78);
border-top-color: white;
border-radius: 50%;
animation: loading 0.75s ease infinite;
} */
.c-2,.c-1 {
  position: relative;
  margin-top: 30px;
  background: rgb(41, 41, 41);
background:rgb(247, 221, 78);
height: 40px;
width: 40px;
border-radius: 100%;
}
.c-2::after,.c-1::after{
content: "";
position: absolute;
left: 0;
top: 0;
width:100% ;
height: 100%;
border:15px solid  rgb(247, 221, 78);
border-top-color: white;
border-radius: 50%;
animation: loading 1s ease infinite;
}
@keyframes loading{
  from {
      transform: rotate(0turn);
  }
  to {
      transform: rotate(1turn);
  }
}
.loader-hidden{
   opacity: 0 1s;
   visibility: hidden;
   transition: all 1s;
}


/* loader end */

 /* navbar */
 .header{
  background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
 }

.navbar-logo{
 background: url(../images/amimaa_design_logo_TV-removebg-preview.png);
 background-position: center;
 background-size: cover;
 background-repeat: no-repeat;
 height:8em;
 width: 10em;
 position: relative;
}
.navbar-logo img{
 /* position: absolute; */
 width: 30%;
 height: 30%;
 margin-left:-.5em;
 margin-top: .83em;
}
.header li{
 list-style: none;
}


.nav-main{
 margin-right: 15px;
 background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
 border: 2px solid#cc9d3e ;
 border-radius: 3px;
}

.nav-main li a{
 font-size:1.15em;
 color: #cc9d3e;
 font-weight: 600;
 font-family: "Righteous", serif;
border-radius: 6px;
}
.nav-item{
 padding: .6em;
}
.nav-main a:hover{
 color:#926c33;
border-radius: 4px;
transition: all 1s;
}
.nav-main:hover{
border: 2px solid #926c33;
}
.dropdown-menu{
 background: black;
 box-shadow: 3px 3px 3px black;
 border: 3px solid #926c33 ;
 border-style: dotted;
}
.dropdown:hover{
 cursor: pointer;
}
.dropdown-item:hover{
    background: #1b1302;
    color: #3b2d16;
    color: white;
}
.button-toggle{
 margin-right: 3em;
border: 2px solid #cc9d3e;
background: transparent;
border-radius: 3px;
display: none;
}
nav .button-toggle i{
 color:#cc9d3e;
 
}

@media (max-width:991px){
 .button-toggle {
      display:block;
      position: relative;
      z-index: 2;
      transform: scale(.75);
 }
 .nav-list ul{
     position: relative;
     z-index: 2;
     margin-inline: auto;
     margin-top: .5em;
     line-height: 3em;
    
 }

}
/*small navbar */
.toggle span{
 color: white;
}
/* .sm-navbar{
 display: none;
} */


/*small navbar */
/* infinite scrolling */
.group{
  position: relative;
   height: 30px;
   padding: .1em 0 .1em 0;
   overflow: hidden;
  
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
   border-bottom: 2px solid #050400;
   border-top: 2px solid #050400;
    z-index:400;
  
 }
 .group .text{
  position: absolute;
     padding: 0;
     width: 100%;
     font-weight: 600;
     font-size: .85em;
     color: #cc9d3e;
     font-family: "Roboto" , serif;
     animation: my-animation 40s  linear infinite;
 }
 @keyframes my-animation{
   from {
     transform:translateX(0%);
 }
 to {
     transform: translateX(100%);
 }
   
 }
/* crazy slider */
.crazy-slider{
  width: 100%;
  height:100vh;
  /* overflow-x: hidden; */
  
  position: relative;
  
}
.crazy-slider .list .item{
  position: absolute;
  inset: 0 0 0 0;
}
.crazy-slider .list .item img,.crazy-slider .list .item video{
          width: 100%;
          height:100%;
          object-fit:cover;
          object-position:top;
}
.crazy-slider .list .item video{
  width: 100%;
  height:100%;
  object-fit:cover;
  object-position:top;
  position: absolute;
  z-index: 4;
}

.crazy-slider .list .item::after{
    content: "";
	z-index: 1;
	position: absolute;
	height:100%;
	width: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.45);
    background-attachment:scroll;
}

.crazy-slider .list .item .content{
  position: absolute;
top: 10%;
width: 1140px;
max-width: 80%;
left: 50%;
transform: translateX(-50%);
padding-right: 30%;
box-sizing: border-box;
z-index: 4;
color: #fff;
text-shadow: 0 5px 10px #0004;
font-family: "Roboto",serif;
}
.crazy-slider .list .item .content .title{
 font-weight: bolder;
 letter-spacing: 6px;
 text-transform: uppercase;
 font-size: 3.5em;
 color: #dba230;
 line-height: 1.3em;
 font-family: "Righteous", serif;
}
.crazy-slider .list .item .content .episode{
  color: #dba230;
  text-transform: uppercase;
  font-family: "Roboto" , serif;
}

.crazy-slider .list .item .content .topic{
 color: #cc9d3e;
 }
 .crazy-slider .list .item .content .buttons{
               display: grid;
               grid-template-columns: repeat(2 , 130px);
               grid-template-rows: 10px;
               gap: 5px;
               margin-top: 20px;
  }
  .crazy-slider .list .item .content button{
   border: 2px solid #cc9d3e;
   background-color: #000;
   color: #cc9d3e;
   letter-spacing: 1px;
   font-family: "Righteous", serif;
   font-weight: 500;
   padding: .5em;
}
.crazy-slider .list .item .content button:nth-child(2){

  background-color: transparent;
  color: #fff;
  border: 1px solid #eee;
}



         /* arrows */
         .arrows{
          position: relative;
          top: -8em;
          left: 10%;
          width: 300px;
          max-width: 30%;
          display: flex;
        
          height: inherit;
          gap: 10px;
          align-items: center;
        
         
         }
         .arrows button{
          width: 40px;
          height: 40px;
          border-radius: 50%;
          border: 2px solid #cc9d3e;
          background-color: #000;
          color: #cc9d3e;
          font-family: "Roboto", serif;
          
           font-weight: bolder;
           transition: .5s;
           z-index: 200;
         }
         .arrows button:hover{
          border: 2px solid #000;
          background-color: #cc9d3e;
          color:  #000;
         }
         .crazy-slider .list .item:nth-child(1){
          z-index: 200;
         }
         .crazy-slider .list .item:nth-child(1) .title,.crazy-slider .list .item:nth-child(1) .topic, .crazy-slider .list .item:nth-child(1) .info, .crazy-slider .list .item:nth-child(1) .button,
         .crazy-slider .list .item:nth-child(1) .episode{
         transform: translateY(50px);
         filter: blur(20px);
         opacity: 0;
         animation: showContent 0.5s linear 1 forwards ;
         } 
         @keyframes showContent {
          to{
            opacity: 1;
            filter: blur(0);
            transform: translateY(0);

          }
          
         }
         .crazy-slider .list .item:nth-child(1) .title{
          animation-delay: 1.2s;

         }
         .crazy-slider .list .item:nth-child(1) .topic{
          animation-delay: 1.4s;
          
         }
         .crazy-slider .list .item:nth-child(1) .episode{
          animation-delay: 1.6s;
          
         }
         .crazy-slider .list .item:nth-child(1) .info{
          animation-delay: 1.8s;
          
         }
         
         .crazy-slider .list .item:nth-child(1) .buttons{
          animation-delay: 2s;
          
         }

         /* effects next click */
       .crazy-slider.next .list .item:nth-child(1) video{
        width: 150px;
        height:200px;
          position: absolute;
          left: 50%;
          bottom: 50px;
  
          z-index: 500;
          border-radius: 20px;
          animation: showImage 0.5s linear 1 forwards;
         }
         @keyframes showImage {
          to{
           width: 100%;
           height: 100%;
           left: 0;
           bottom: 0;
           border-radius: 0;

          }
          
         }

        
        

         .crazy-slider.prev .list .item:nth-child(2){
         z-index: 2;
         }
         .crazy-slider.prev .list .item:nth-child(2) img{
        
          position: absolute;
          left: 0;
          bottom: 0;
        
          animation: outImage 0.5s linear 1 forwards;
         }
         @keyframes  outImage {
          to{
            width: 150px; 
            height:200px;
           left: 50%;
           bottom: 50px;
           border-radius: 8px;

          }
          
         }

        

     .crazy-slider.prev .list .item:nth-child(2) .title, .crazy-slider.prev .list .item:nth-child(2) .topic, .crazy-slider.prev .list .item:nth-child(2) .info, .crazy-slider.prev .list .item:nth-child(2) .buttons{
       
          animation: contentOut 0.5s linear 1 forwards;
          }
          @keyframes contentOut {
            to{
            transform: translateY(-150px);
            filter: blur(20px);
            opacity: 0;
            }
            
           }
           .crazy-slider.next .arrows button,.crazy-slider.prev  .arrows button{
            pointer-events: none;
           } 

           .time{
            width: 100%;
            height: 3px;
            background-color: #cc9d3e;
            position: absolute;
            z-index: 100;
            top: 0;
            left: 0;
           }
           .crazy-slider.next .time,.crazy-slider.prev .time{
                    width: 100%;
                    animation: timeRunning 2s linear 1 forwards;
           }
           @keyframes timeRunning {
            to{
              width: 0;
            }
            
           }

           @media (max-width: 678px) {
             .crazy-slider .list .item .content{
              padding-right: 0;
              margin-top: 4em;

             }
             .crazy-slider .list .item .content .title{
            font-size: 2em;
              
             }
           }

           @media (max-width: 540px) {
            .crazy-slider .list .item .content{
             padding-right: 0;
             margin-top: 0em;

            }
            .crazy-slider .list .item .content .title{
           font-size: 1.5em;
             
            }
            .content .info p{
              font-size: .9em;
            }
             .arrows{
          position: relative;
          top: -10em;
          left: 10%;
          width: 300px;
          max-width: 30%;
          display: flex;
      
          height: inherit;
          gap: 10px;
          align-items: center;
        
         
         }
          }
           
/* crazy slider */
 /* design container */
 .designer-container{
  height: auto;
  height:17em;
 
  margin-top: 0em;
  /* background: linear-gradient(#0a0700 25%,#050400 50%,#0a0701 100%); */
  /* background: linear-gradient(#131313 25%,#000 50%,#161616 100%); */
  background: linear-gradient(#0a0a0a 5%,#000 50%,#0c0c0c 100%);
  position: relative;
  top: 0%;
  z-index: 200;
  
}
.top{
  background:#000;
  z-index: 1;
  height: 13px;
  width: 20px;
  position: absolute;
  top: 0%;
}
.top-1{
  left: 5%;
}
.top-2{
  left: 10%;
}
.top-3{
  left: 15%;
}
.top-4{
  left: 20%;
}
.top-5{
  left: 25%;
}
.top-6{
  left: 30%;
}
.top-7{
  left: 35%;
}
.top-8{
  left: 40%;
}
.top-9{
  left: 45%;
}
.top-10{
  left: 50%;
}
.top-11{
  left: 55%;
}
.top-12{
  left: 60%;
}
.top-13{
  left: 65%;
}

.top-14{
  left:70%;
}
.top-15{
  left: 75%;
}
.top-16{
  left: 80%;
}

.top-17{
  left: 85%;
}
.top-18{
  left: 90%;
}
.top-19{
  left: 95%;
}
.top-20{
  left: 1%;
}
@media(max-width:570px){
 .top-1,.top-3,.top-5,.top-6,.top-8,
  .top-9,.top-10,.top-11,.top-15,.top-16,.top-19,.top-17,.top-4,.top-13,.top-12,.top-20{
    display: none;
  }
}
/* video gallery */
.video-gallery{
  /* border: 5px solid #cc9d3e; */
height: auto;
}
.feature-img{
  width: 33%;
  margin: auto;
  position: relative;
  height:70vh;
  object-fit:contain;
  border-radius: 6px;
  overflow: hidden;
}
.row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
 
}
.col-inner{
  flex-basis: 50%;
  min-width: 250px;
}
.small-img-row{
  display: flex;
  background: #cc9d3e;
  margin: 20px 0;
  align-items: center;
  border-radius: 6px;
  overflow: hidden;
  width: 85%;
  height: 70vh;
}


/* video gallery */

/* filter container */
.filter-box{
  z-index: 100;
  margin-top: -10em;
}
.filter-item li{
  list-style: none;
}
.filter-nav{
  margin-right: 15px;
  background: linear-gradient(#0a0700 25%,#050400 50%,#0a0701 100%);
  background: #000;
  border: 2px solid #131313 ;
  border-radius: 3px;
  width: 12vw;
  height: 3vw;
  padding-top: .2em;
  margin-top: 1.4em;
}
.filter-box h5{
 color: #cc9d3e;
}
.filter-box{
  padding: 1em;
  border-radius: 8px;
  position: relative;
  z-index: 200;
  height: auto;
  width: 100%;
     /* background: linear-gradient(#131313 25%,#000 50%,#161616 100%); */
     background: linear-gradient(#070707 5%,#000 50%,#070707 100%);
     border: 2px solid #070606 ;
   
}
.select{
  text-align: center;
  border-radius: 2px;
  font-size: 1.25em;
  color: #cc9d3e;
  border: 2px solid #db9b39;
}
.select li{
  padding: .7em;
}
.select li:hover{
  padding: .7em;
  cursor: pointer;
  background: #110a00;
}
.filter-episodes-box{
  padding: 1em;
}
.post-box{
  width: 100%;
}


.filter-nav a:hover{
  color:#926c33;
 transition: all 1s;
}
.filter-nav:hover{
border: 2px solid #926c33;
}
.filter-nav i{
  color:  #ecb341;
  border:2px solid #3d2d0f ;
  border-style:dotted;
  padding: .3em;
  /* background: linear-gradient(#131313 25%,#000 50%,#140f06 100%); */
  border-radius: 50%;
  transform: scale(.7);
}


/* filter end */
/* activity */
.nav-buttons i{
  transform: scale(.76);
  color: #cc9d3e;
}
.nav-buttons-inner {
display: flex;
text-align: center;
justify-content: space-evenly;
}
.nav-buttons{
  position: relative;
  
  width: 50%;
  padding: 1em;
  border-radius: 8px;
}
.nav-buttons a {
text-decoration: none;
}

.nav-buttons a:hover {
cursor: pointer;
}
.tab-item{
  padding: .5em;
}
.tab-item p{
  color: #cc9d3e;
  font-weight:600;
  font-size: 1.1em;
}



.tab-border {
  background: #110a00;
}

/* content */
.tab-1-conent-inner,
.tab-2-conent-inner {
margin-top: 30px;
}

#tab-1-content,
#tab-2-content,
#tab-3-content,
#tab-4-content,
#tab-5-content,
#tab-6-content,
#tab-7-content,
#tab-8-content,
#tab-9-content {
display: none;
}

.show {
display: block !important;
}

/* video player */
.video-container {
  position: relative;
  margin-top: 3em;
  width: 90%;
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
  /* border: 2px solid #272726; */
  background-color: black;
}

.video-container.theater,
.video-container.full-screen {
  max-width: initial;
  width: 100%;
}

.video-container.theater {
  max-height: 90vh;
}

.video-container.full-screen {
  max-height: 100vh;
}

video {
  width: 100%;
}

.video-controls-container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  z-index: 100;
  opacity: 0;
  transition: opacity 150ms ease-in-out;
}

.video-controls-container::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, .75), transparent);
  width: 100%;
  aspect-ratio: 6 / 1;
  z-index: -1;
  pointer-events: none;
}

.video-container:hover .video-controls-container,
.video-container:focus-within .video-controls-container,
.video-container.paused .video-controls-container {
  opacity: 1;
}

.video-controls-container .controls {
  display: flex;
  gap: .5rem;
  padding: .25rem;
  align-items: center;
}

.video-controls-container .controls button {
  background: none;
  border: none;
  color: inherit;
  padding: 0;
  height: 30px;
  width: 30px;
  font-size: 1.1rem;
  cursor: pointer;
  opacity: .85;
  transition: opacity 150ms ease-in-out;
}

.video-controls-container .controls button:hover {
  opacity: 1;
}

.video-container.paused .pause-icon {
  display: none;
}

.video-container:not(.paused) .play-icon {
  display: none;
}

.video-container.theater .tall {
  display: none;
}

.video-container:not(.theater) .wide {
  display: none;
}

.video-container.full-screen .open {
  display: none;
}

.video-container:not(.full-screen) .close {
  display: none;
}

.volume-high-icon,
.volume-low-icon,
.volume-muted-icon {
  display: none;
}

.video-container[data-volume-level="high"] .volume-high-icon {
  display: block;
}

.video-container[data-volume-level="low"] .volume-low-icon {
  display: block;
}

.video-container[data-volume-level="muted"] .volume-muted-icon {
  display: block;
}

.volume-container {
  display: flex;
  align-items: center;
}

.volume-slider {
  width: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: width 150ms ease-in-out, transform 150ms ease-in-out;
}

.volume-container:hover .volume-slider,
.volume-slider:focus-within {
  width: 100px;
  transform: scaleX(1);
}

.duration-container {
  display: flex;
  align-items: center;
  gap: .25rem;
  flex-grow: 1;
}

.video-container.captions .captions-btn {
  border-bottom: 3px solid #d1900e;
}

.video-controls-container .controls button.wide-btn {
  width: 50px;
}

.timeline-container {
  height: 7px;
  margin-inline: .5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.timeline {
  background-color: rgba(100, 100, 100, .5);
  height: 3px;
  width: 100%;
  position: relative
}

.timeline::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: calc(100% - var(--preview-position) * 100%);
  background-color: rgb(150, 150, 150);
  display: none;
}

.timeline::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: calc(100% - var(--progress-position) * 100%);
  background-color:#d1900e;
}

.timeline .thumb-indicator {
  --scale: 0;
  position: absolute;
  transform: translateX(-50%) scale(var(--scale));
  height: 200%;
  top: -50%;
  left: calc(var(--progress-position) * 100%);
  background-color:#d1900e;
  border-radius: 50%;
  transition: transform 150ms ease-in-out;
  aspect-ratio: 1 / 1;
}

.timeline .preview-img {
  position: absolute;
  height: 80px;
  aspect-ratio: 16 / 9;
  top: -1rem;
  transform: translate(-50%, -100%);
  left: calc(var(--preview-position) * 100%);
  border-radius: .25rem;
  border: 2px solid white;
  display: none;
}

.thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.video-container.scrubbing .thumbnail-img {
  display: block;
  display: none;
}

.video-container.scrubbing .preview-img,
.timeline-container:hover .preview-img {
  display: block;
  display: none;
}

.video-container.scrubbing .timeline::before,
.timeline-container:hover .timeline::before {
  display: block;
}

.video-container.scrubbing .thumb-indicator,
.timeline-container:hover .thumb-indicator {
  --scale: 1;
}

.video-container.scrubbing .timeline,
.timeline-container:hover .timeline {
  height: 100%;
}
/* coming soon */
.coming-soon{
  background: url(../images/tv.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}
.coming-soon .logo{
text-align: center;
}
.coming-soon img{
  height:200px;
  margin-top: 8em;
}
.coming-soon .text{
 text-align: center;
  margin-top: -3.2em;
  font-size: 1em;

  color: #fff;
  font-weight: bold;
}
@media(max-width:540px){
  .coming-soon .text{
     margin-top: -4em;
     font-family: "Righteous", serif;
     font-size: .85em;
   }
   }
/* little about */
.list-box{
  margin-top:1em;
  display: flex;
  justify-content: space-evenly;
  border-bottom: 2px solid #cc9d3e;
  background: linear-gradient(#0a0600 5%,#0a0600 10%,#0a0600 90%);

}
.list-box p{
  font-size: 1.25em;
  font-weight: bold;
  color:  #cc9d3e;
  padding-top: .3em;
  text-transform: capitalize;
  font-family: "Righteous", serif;
}
/* brief background */
.brief-background{
width: 90vw;
}
.series-image-inner{
   border: 2px solid #241802;
  background-size: contain;
   width: 100%;
   height: 50vh;
}
.series-image-inner img{
width:100%;
height: 100%;
}
.brief-text h3{
    color: #cc9d3e;
    font-weight: 600;
    font-size: 1.35em;
}
.brief-btn button{
  border: 1px solid #cc9d3e;
  background-color: #000;
  color: #cc9d3e;
  letter-spacing: 1px;
  font-family: "Righteous", serif;
  font-weight: 500;
  padding: .5em;
}
.cast{
  margin-top: 1em;
  border-left: 4px solid #cc9d3e;
}
.cast h4{
  padding-left: .3em;
}
.card{
  border:none;
}
.card-body{
  background: linear-gradient(#050300 5%,#050400 10%,#050400 90%);
  border: 1px solid #241802;
}
.card-image{
  border-radius: 50%;
  width: 8em;
  height: 8em;

}
.card-image img{
  width: 100%;
  height: 100%;
border-radius: 50%;
}

.text-bg{
  color: #cc9d3e;
  font-weight: 500;
}
@media(max-width:570px){
.info p,.topic,.title,.episode{
  line-height: 2em;
  padding-top: 1em;
}
 }
/*  */
     /* footer */
  
  .footer{
    margin-top: 5em;
    background: #080808;
    border-radius: 4px;
    padding: 2em;
    padding-top: 3em;
    margin-bottom: 0;
    text-align: left;
    position: relative;
}
.top-btn{
    height: 3em;
    width: 3em;
    border: 2px solid #7c5b2a;
    border-radius: 50%;
    background: linear-gradient(#131313 25%,#000 50%,#161616 100%);
    background: linear-gradient(#0a0700 5%,#050400 10%,#050400 90%);
    color:  #926c33;
    border-style: dotted;
    position: absolute;
    right: 2%;
    top: -3%;
    text-align: center;
}
.top-btn a{
    padding-top: .1em;
    color: #7c5b2a;

}
/* .top-btn i{
    padding-top: .1em;
} */
.top-btn:hover{
    cursor: pointer;
    border: 2px solid #7c5b2a;
}
.brand-info{
    /* border: 1px solid red; */
    padding-top: 0em;
    line-height: 1.2em;
    text-align: left;


}
.brand-info h2{
   font-weight: bold;
   font-size: 3.1em;
   color: #cc9d3e;
   text-transform: uppercase;
}
.designer a{
    color: white;
    font-weight: bold;
    text-decoration: underline;
    
 }
.rights{
    font-weight: bold;
    color: white;
}
.brand-info .links{
    margin-top: 1em;
    word-spacing: 0em;
}
.brand-info .links i{
    color:  #ecb341;
    /* border:2px solid #3d2d0f ; */
    border:2px solid #cc9d3e ;
    border-style:dotted;
    padding: .2em;
    background: linear-gradient(#131313 25%,#000 50%,#140f06 100%);
    border-radius: 50%;
    transform: scale(.8);
}

.footer h2{
       font-weight: bold;
       color: #cc9d3e;
} 
.sponsor,.help,.contact{
padding-top: 2em;
}
.sponsor h2,.help h2,.contact h2{
/* background: linear-gradient(#131313 25%,#000 50%,#140f06 100%); */
text-align: left;
font-size: 1.6em;
color:#cc9d3e;
padding-left: .1em;
width: 170px;
/* margin: auto; */

}
.help h2{
width: 120px;
}
.sponsor-link,.help-link,.con-link{
margin-top: 1em;
}
.sponsor a,.help a,.contact a{
     color: white;
     font-size: 1.2em;
     margin-top: 5em;
     font-weight:bold;
}
.contact h5{
color: #cc9d3e;
}
.contact p{
font-size: 1em;

}
.contact span{

font-weight:bold;
font-family: "Roboto", serif;
}
.footer i{
color:#cc9d3e
}
